home *** CD-ROM | disk | FTP | other *** search
- on(rollOver){
- if(_root.check >= 36)
- {
- _root.check = 37;
- Mouse.show();
- _root.aaa2._visible = false;
- stopDrag();
- _root.aaa2._x = -55;
- _root.aaa2._x = -53;
- trace("2");
- this.gotoAndPlay("dogwin");
- }
- else
- {
- Mouse.show();
- _root.aaa2._visible = false;
- stopDrag();
- _root.aaa2._x = -55;
- _root.aaa2._x = -53;
- this.gotoAndPlay("doglose");
- }
- }
-